home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_208.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  481 b   |  11 lines

  1. ISLOGICAL
  2. Determines whether the argument contains a Boolean expression, in other words whether the value, operation, or equation in the argument can be evaluated as either true or false. Returns TRUE (one) if the expression is Boolean and FALSE (zero) if it is not.
  3.  
  4. Format: ISLOGICAL (value)
  5.  
  6. Argument:
  7. ΓÇó  value: A text, number, cell reference, or function that evaluates as a Boolean value.
  8.  
  9. Example:
  10. ISLOGICAL (1<2) returns TRUE.
  11. Shows that the logical expression is Boolean.